springboot引入Redis配置JedisPool連接池 一、pom.xml引入 二、application.properties配置 三、java配置類 1.配置Redis連接池JedisPool 2. ...